home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / cdev / sludge.sit / SLUDGE Info next >
Text File  |  1999-10-07  |  455b  |  12 lines

  1. Here is SLUDGE.
  2.  
  3. SLUDGE is useful for watching and debugging drawing that takes
  4. place on screen.  SLUDGE slows down a mac by using the Jump Trace exception of the
  5. 68020 and 68030.  It is very simple.  When SLUDGE is turned on, it 
  6. will execute a 'time-wasting' loop at each jump trace exception.  The
  7. number of iterations is specified by the user with the SLUDGE factor.
  8.  
  9. When you first try it, I recommend a small (less than 100) sludge factor.
  10.  
  11.  
  12. - Kevin